C1.Blazor.ListView Assembly / C1.Blazor.ListView Namespace / C1ListView<T> Class / ChangeViewAsync Method
The vertical offset.

In This Topic
ChangeViewAsync Method (C1ListView<T>)
In This Topic
Scrolls the list vertically to the specified offset.
Syntax
'Declaration
 
Public Function ChangeViewAsync( _
   ByVal verticalOffset As Double _
) As Task
 

Parameters

verticalOffset
The vertical offset.
See Also